home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 12 / BBS in a box XII-1.iso / Files / Art / Art Tools / RgnMaster 1.0.sit / RgnMaster ƒ / Source / Meat 'n Guts / RgnMaster.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-03-29  |  759 b   |  45 lines  |  [TEXT/KAHL]

  1. #ifndef _RGNMASTER_H_
  2. #define _RGNMASTER_H_
  3.  
  4. enum {
  5.     kMainDialogID = 128,
  6.     kSaveDialogID = 129,
  7.     kOptionsDialogID = 130,
  8.     kAppleMenuID = 130,
  9.     kFileMenuID = 128,
  10.     kEditMenuID = 129,
  11.     kHelpStrsID = 128,
  12.     kWrongSysVersionAlertID = 1945
  13. };
  14.  
  15. enum {    
  16.     convertAndReplaceItem = 1,
  17.     convertOnlyItem,
  18.     viewClipboardItem,
  19.     viewRgnItem,
  20.     rgnInfoItem,
  21.     copyToClipItem,
  22.     saveToAppItem,
  23.     saveToFileItem,
  24.     quitItem,
  25.     optionsItem,
  26.     aboutItem,
  27.     helpWindItem,
  28.     previewCheckbx,
  29.     helpCheckbx,
  30.     helpItem,
  31.     frameItem1,
  32.     frameItem2,
  33.     frameItem3,
  34.     frameItem4
  35. };
  36.  
  37. // ---------------------------------------------------------------------------
  38.  
  39. extern Boolean gPreviewAlways;
  40. extern short gAppFileRef;
  41.  
  42. void DrawMsg(Str255 theMsg);
  43. void DoError(Str255 theMsg);
  44.  
  45. #endif // _RGNMASTER_H_